[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
U_MSGWR() (INTEGER)
Function
Get the total number of messages written by the current user.
Syntax
U_MSGWR() No arguments are required
Return Type & Value
INTEGER
Returns the current users total messages written.
Remarks
PCBoard tracks the total number of messages written by each user. This
function will return that number for the user currently online. One
quick idea for use: a message/file ratio enforcement door. Unlike the
predefined U_... user variables, this function does not require the use
of GETUSER to return valid information.
Examples
IF ((U_MSGRD()+U_MSGWR())/U_FDL() > 10) THEN
PRINTLN "You need to do more messaging!!!"
END
ENDIF
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson